home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bandai Visual CD-ROM Previews 3
/
Bandai Visual CD-ROM Previews 3.iso
/
LARTHUR'S LEGEND
/
battle1
/
00025_Script_25
< prev
next >
Wrap
Text File
|
1995-02-07
|
191b
|
13 lines
on exitFrame
soundplaychk "mzb1" , 3
set rand = random(3)
if rand = 1 then
go to "Lmove"
else if rand = 2 then
go to "Rmove"
else
go to "wait"
end if
end